Die Webseite www.eventim.de verwendet eine öffentliche API für die Suche nach Events.
Ein Event suchen.
Endpoint: GET https://public-api.eventim.com/websearch/search/api/exploration/v1/products
Die Webseite www.eventim.de verwendet eine öffentliche API für die Suche nach Events.
Ein Event suchen.
Endpoint: GET https://public-api.eventim.com/websearch/search/api/exploration/v1/products
| ############ If you are using DOCKER all-in-one image, create Dockerfile like: ################ | |
| ############ FROM openproject/openproject:16 ################ | |
| ############ COPY ./enterprise_token.rb app/models/enterprise_token.rb ################ | |
| ############ If you are runing a manual installation: ################ | |
| ############ REPLACE app/models/enterprise_token.rb in the source code with this file! ################ | |
| ############ also be sure to RESTART OpenProject after replacing the file. ################ | |
| ############ If using some other set up (eg docker-compose), read the comments on ################ | |
| ############ https://gist.github.com/markasoftware/f5b2e55a2c2e3abb1f9eefcdf0bfff45 ################ |
| #!/usr/bin/env bash | |
| # GPG/YubiKey Repair Script - "The Nuclear Option" | |
| # Addresses: "No such device" and "Service is not running" | |
| # very useful when Linux is a guest VM needing a host yubikey | |
| set -e | |
| echo "--- GPG Hardware & Service Reset ---" | |
| # 1. Kill competing processes and services | |
| sudo pkill -9 gpg-agent scdaemon pcscd 2>/dev/null | |
| sudo systemctl disable --now pcscd.socket pcscd.service 2>/dev/null |
6-Way Comparison with Compression Variants
MinIO vs SeaweedFS vs Garage vs Garage-zstd vs HS5 vs RustFS
Date: 2026-03-25
Method: Python boto3 direct, sub-ms accuracy
Data: 746 real TDnet filing documents, 600.2 MB
Each backend tested in isolation — fresh volumes, one at a time, no resource contention
| //This is a collection of RTTTLs that can be used with any RTTTL player. Foremost it is for the Ulanzi TC001 LED Matrix. | |
| //Onlineplayer: https://adamonsoon.github.io/rtttl-play/ | |
| Original1:d=4,o=5,b=140:16e,16g,16a,16c | |
| //ESPHOME - https://esphome.io/components/rtttl.html | |
| two_short:d=4,o=5,b=100:16e6,16e6 | |
| long:d=1,o=5,b=100:e6 | |
| siren:d=8,o=5,b=100:d,e,d,e,d,e,d,e |
This script automates the publishing of a new release on GitHub and runs npm deploy whenever the version number in package.json is changed.
It requires two secret tokens in the repo settings:
GH_TOKEN - a fine-grained token with read/write permissions for content and pull releases.NPM_TOKEN - a CI token from your NPM account.